WrappingPaperPack

typedef enum {
    WRAPPING_PAPER_PACK_FREE = 0,
    WRAPPING_PAPER_PACK_ONE = 1,
} WrappingPaperPack

Undocumented

  • Undocumented

    See more

    Declaration

    Objective-C

    enum {
        WRAPPING_PAPER_PACK_FREE = 0,
        WRAPPING_PAPER_PACK_ONE = 1,
    }

    Swift

    struct WrappingPaperPack : Equatable, RawRepresentable